バッチテスト方法

詳しくは "HOWTO test.txt" 参照のこと.

[Windows]
Step 1:
"test.bat" の中にホスト名などの環境が書かれているので, 自分の環境に合うように書き換える

Step 2:
テスト実行
test.bat > result.txt

Step 3:
実行内容のチェック
perl check_test_output.pl result.txt


[Linux]
Windows との違いは "test.sh" を使うということだけ

Step 2:
sh test.sh > result.txt

